home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-09-22 | 1.1 KB | 35 lines | [TEXT/ALFA] |
- ## -*-Tcl-*-
- # ###################################################################
- # HTML mode - tools for editing HTML documents
- #
- # FILE: "htmlMode.tcl"
- # created: 96-04-29 21.31.53
- # last update: 97-08-23 22.07.44
- # Author: Johan Linde
- # E-mail: <jl@theophys.kth.se>
- # www: <http://bach.theophys.kth.se/~jl/Alpha.html>
- #
- # Version: 2.0
- #
- # Copyright 1996, 1997 by Johan Linde
- #
- # This software may be used freely, and distributed freely, as long as the
- # receiver is not obligated in any way by receiving it.
- #
- # If you make improvements to this file, please share them!
- #
- # ###################################################################
- ##
-
- #===============================================================================
- # HTML mode installation
- #===============================================================================
-
- addMode HTML htmlDummy {*.html *.htm *.shtml *.HTML *.HTM *.SHTML } {htmlMenu htmlUtilsMenu}
- addMenu htmlMenu
- addMenu htmlUtilsMenu
-
- set htmlMenu "•135"
- set htmlUtilsMenu "•942"
-
-